home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / misc / xprz31.lha / XprZmodem / XprZmodem.Doc < prev    next >
Text File  |  1993-10-03  |  35KB  |  660 lines

  1.  
  2.                     Documentation for XPRZModem.library
  3.               This is Version 3.1, 3 Oct 1993, by Rainer Hess
  4.                                based on
  5.                Version 2.10, 12 February 1991, by Rick Huebner
  6.  
  7.  
  8. |---
  9. |           Update comments for XprZmodem.Library
  10. |    Version 2.50 Update, 15 November 1991, by William M. Perkins
  11. |    Version 2.51 bug fix, 29 January 1992, by John Tillema
  12. |    Version 2.52 recompiled, 6 March 1992, by William M. Perkins
  13. |     Proto additions for the SAS 5.10B Compiler by Jim Cooper
  14. |    Version 2.61 recompiled, 4 July 1993, by Rainer Hess
  15. |     Little Bugfix for SAS/C 6.x used SAS/6.3 also changed
  16. |     Funktion mysprintf() to xprsprinf() now written in Assembler
  17. |    Version 2.62 - Bulid in variable Blocksize
  18. |    Version 2.63 - Now localeized if you use WB2.1 or 3.x you can
  19. |     use this future. On this time will only a german catalog
  20. |     avaiable, default will be english or if you use a older
  21. |     Kickstart/Workbench.
  22. |    Version 2.64 - Bug fix in function update_rate(), save of GURU
  23. |     #80000005 on little files eg. 2 Bytes. Compiled Librarys for
  24. |     all prozessors (68000/010/020/030/040), for kick 1.x and
  25. |     up to 2.x, by Rainer Hess
  26. |    Version 3.0 - Now it's time, i think, to make a new version
  27. |     number, this will be a full release.
  28. |    Version 3.1, - Documentation update by Geoffrey Faivre-Malloy
  29. |      Conversion of documentation to Amigaguide format.
  30. |     Code-Changes by Rainer Hess:
  31. |     ZModem runs always with the sender blocksize or uses standart-mode
  32. |     (M1024) if there is on one system a older zmodem.
  33. |---
  34.  
  35. |---
  36. |    All of my additions to this documentation are indicated by
  37. |  <--  this left margin braketing.   -WMP-
  38. |---
  39.  
  40. 1.  Introduction (or "What is this thing, anyway?")
  41. ---------------------------------------------------
  42.  
  43.      XPRZModem.library  is  an  Amiga  shared  library (with full Lattice C
  44. source  code)  which  provides  ZModem  file  transfer  capability  to  any
  45. XPR-compatible  communications program.  The XPR external protocol standard
  46. describes  an interface method which allows various file transfer protocols
  47. to  be  implemented  as  Amiga  shared  libraries  which  may  then be used
  48. interchangeably  in  any  compatible  communications program.  This takes a
  49. heavy  load  off  of  the comm program author, who no longer has to support
  50. scads  of different file transfer protocols (many of which are quite tricky
  51. to  code)  in  their program in order to make it widely useful and popular.
  52. The  comm program is also smaller and more efficient as a result, since all
  53. those obscure protocols (you know, the ones *you* don't need) are no longer
  54. taking  up space.  The XPR standard also helps users, who can mix and match
  55. their  favorite  file transfer protocols (and implementations thereof) with
  56. their  favorite  comm  programs.   And when new protocols are invented, the
  57. user  simply  plugs  in  a  new  library,  and  voila!,  it's ready to use.
  58. Hopefully, making protocols easy to support will allow more and better comm
  59. programs  to  be  written,  as  authors  can  concentrate on their programs
  60. instead of constantly re-inventing the wheel.
  61.  
  62.      Of  course,  for all of this wonderful stuff to happen, there needs to
  63. be  a  good  selection  of  these  XPR  protocol libraries available to the
  64. public.   It's  the  classic  chicken-and-egg problem; comm program authors
  65. won't  be  motivated  to support the XPR standard unless there are a goodly
  66. number  of  protocols  available  for  it.   And other programmers won't be
  67. motivated  to  write XPR protocol libraries until there are a goodly number
  68. of comm programs which can use them.  In an effort to do my bit [ B^) ] for
  69. the Amiga community, which has given me so many neat toys to play with over
  70. the past few years, I decided to try and help get the ball rolling.
  71.  
  72.      Hopefully,  the  early  availability  of  a  ZModem  library will help
  73. stimulate interest in the XPR standard, resulting in better Amiga telecomms
  74. for  all  of  us.   And  by making my source code PD, I hope to help others
  75. interested  in  writing  XPR protocol libraries by giving them some serious
  76. example  code.   Also, having ZModem library code readily available to John
  77. Q.   Hacker  should help ensure a steady stream of new lemon-fresh enhanced
  78. ZModem libraries (with enzymes) for all of us to use in the future.
  79.  
  80.      Of course, no discussion of the XPR standard would be complete without
  81. giving  proper credit to the author, Willy Langeveld of the Stanford Linear
  82. Accelerator  Center.  Many thanks are due him for this effort.  If you have
  83. any  further  questions  about  the  XPR standard, be sure and download the
  84. spec;  it should be available on BIX (since he's a sysop there), or on most
  85. other major systems.  And I'll try to keep the current version available on
  86. my BBS, as well.
  87.  
  88.      All  files  in  this  archive  which  are  not  copyrighted are hereby
  89. released  to the public domain (which they were anyway, by way of not being
  90. copyrighted,  but  I  want  to make sure YOU realize that).  Do as you like
  91. with  them.   Please  make  lots of copies and distribute them all over the
  92. place,  and  make  lots of derivative works, and everything!  Heck, you can
  93. even publicly perform and/or display this code if you can figure out how...
  94.  
  95.  
  96.  
  97. 2.  Installation (OK, enough chatter; let's get to work)
  98. --------------------------------------------------------
  99.  
  100.      Couldn't  be  easier.   Just copy the xprzmodem.library file into your
  101. LIBS:   directory.   All  XPR-compatible comm programs should provide a way
  102. for  you to select which XPR protocol you wish to use, either by giving you
  103. a  file  requester showing LIBS:xpr*.library, or by automatically detecting
  104. these libraries and adding them into their menus.
  105.  
  106. WARNING:   Versions  of  VLT  prior  to  revision  4.107  had  a bug in the
  107. xpr_sflush()  routine  which  caused random Guru 3 crashes on some systems.
  108. If  you're using a version of VLT older than 4.107, it would be a good idea
  109. to  upgrade  to  the  latest rev.  Besides, there's a bunch of new features
  110. you're missing, anyway...
  111.  
  112. ANOTHER  WARNING:   Versions  of  VLT  prior  to  5.034  had  a  bug in the
  113. xpr_sread()  function  which  caused  them  to (at least sometimes) fail to
  114. return  any bytes received so far when an xpr_sread() call timed out.  This
  115. version  of  XPRZModem.library  requires VLT version 5.034 or later.  (Yes,
  116. Willy, it really was broken B-))
  117.  
  118. |---
  119. |    XprZmodem.Library version 2.50 and 2.52 tested with WTerm version
  120. |    0.82 and Willy's term program, VLT version 5.045.  No problems
  121. |    occurred.  It should work fine with any term program that was able
  122. |    to work with the version 2.10 of XprZmodem.Library.    -WMP-
  123. |---
  124.  
  125. 3.  Options
  126. -----------
  127.  
  128.      The  XPR  standard  lays  out  two  ways  for the comm program user to
  129. specify options for the XPR protocol.  The more primitive option is for the
  130. comm  program  to  provide  a method of passing an option string to the XPR
  131. library  before  transferring  files.  The precise format and usage of this
  132. option  string is left up to the XPR protocol author; the comm program just
  133. sends  it verbatim.  If an environment variable is found with the same name
  134. as  the  XPR  protocol  (i.e.  there's a file in the ENV:  directory called
  135. "xprzmodem"),  the comm program is supposed to use this string (contents of
  136. file) to initialize the protocol options.  Also, a menu option or some such
  137. should  normally  be  provided which will allow the user to be prompted for
  138. the option string interactively.
  139.  
  140.      Version  2.0 of the XPR standard created a new, more sophisticated way
  141. for  the  comm  program  user  to specify XPR options.  If the comm program
  142. supports  it,  the  XPR  library can give the comm program a list of option
  143. prompts,  and  the comm program can then let the user interactively set the
  144. various options individually, possibly even using nice gadgets and stuff.
  145.  
  146.      In  any  case,  no  matter how your particular comm program feels like
  147. handling  it,  these  are  the  options supported by this implementation of
  148. ZModem:
  149.  
  150.           T{Y|N|?|C}   Text translation mode:
  151.              TY = Text Yes; if receiving, translate CR/LF pairs or solo
  152.                   CR chars to normal Amiga LF chars.  Ignore data past ^Z.
  153.                   If sending, suggests to receiver that they should receive
  154.                   this file in text mode.
  155.              TN = Text No; receive file verbatim, without changes.  If
  156.                   sending, suggest to receiver that they receive this
  157.                   file verbatim, without translations.
  158.              T? = Text status unknown; if receiving, use sender's
  159.                   suggestion as to whether to do EOL translations or not.
  160.                   If sending, tell receiver to use default mode, 'cause we
  161.                   don't know either.
  162.              TC = Text mode set by Comm program; the library asks the comm
  163.                   program whether or not to use Text mode for each file.
  164.                   If the comm program doesn't support the necessary
  165.                   xpr_finfo() call, or if the call fails, this option acts
  166.                   like T?.  From the user's point of view, what this option
  167.                   normally does is set the Text mode to match the comm
  168.                   program's built-in text/binary/end-of-line/translation
  169.                   mode, if any.
  170.  
  171.           O{Y|N|R|S}  Overwrite mode:
  172.              OY = Overwrite Yes; if about to receive file with same name as
  173.                   one which already exists, delete the old file and receive
  174.                   the new file in its place.
  175.              ON = Overwrite No; if about to receive file with same name as
  176.                   one which already exists, append ".dup" onto the name of
  177.                   the new file to keep them separate.
  178.              OR = Overwrite Resume; if about to receive file with same name
  179.                   as one which already exists, resume receiving file data
  180.                   from the current end of the existing file.
  181.              OS = Overwrite Skip; if (etc.), tell sender never mind, skip
  182.                   this file, we don't want it.  Batch transfers will move
  183.                   on to the next file in the set, if any.
  184.  
  185.           Bnnn   Buffer size:
  186.              XPRZModem.library adds a layer of file I/O buffering in
  187.              addition to whatever the comm program may or may not provide.
  188.              This option sets the size of XPRZModem's file I/O buffer in
  189.              kilobytes.  The minimum value is 1 KB, for those using RAM
  190.              drives or fast hard drives, or those whose comm programs
  191.              already provide sufficient buffering.  The maximum value is
  192.              as much contiguous RAM as you have available in your Amiga.
  193.              If you specify more than is actually available, XPRZModem will
  194.              keep decrementing the buffer size requested by 1 KB until the
  195.              memory allocation works.  That way, if your RAM is too
  196.              fragmented to use the amount you request, XPRZModem simply
  197.              uses the largest block available.  Buffering is especially
  198.              helpful for floppy drive users; it keeps your drive from
  199.              continuously gronking and slowing things down all through the
  200.              transfer.  NOTE: Versions of VLT prior to 5.034 couldn't handle
  201.              buffer sizes >= 32 KB.  If you wanted to use larger buffers
  202.              before and couldn't, try again now.
  203.  
  204.           Fnnn   Frame size:
  205.              Although normally avoided, ZModem has the ability to require
  206.              an ACK to be sent from the receiver to the sender every X-many
  207.              data bytes.  Normally you don't want to use this feature,
  208.              because not waiting for ACKs is part of how ZModem works so
  209.              fast.  However, this feature can be very useful in conjunction
  210.              with file I/O buffering on slow devices (namely those floppy
  211.              drives).  If you set up a large I/O buffer to avoid gronking
  212.              your floppy so often, you'll find that when the buffer finally
  213.              *does* get around to being flushed that it can take a looonng
  214.              time; so long, in fact, that the delay can cause timeouts and
  215.              errors.  But if you set your ZModem to require the sender to
  216.              wait for an ACK every buffer's-worth of data, the sender will
  217.              politely wait for you to flush your buffer to the slow floppy
  218.              and send it an ACK saying it's OK to continue now.  This value
  219.              should be set to 0 to disable ACKs (normal mode), or set it to
  220.              the actual number of data bytes allowed between ACKs.  For
  221.              example, if you set B64 because of your floppy, you should
  222.              also set F65536.
  223.  
  224.           Ennn   Error count:
  225.              This allows you to set the number of sequential errors which
  226.              will be required to convince ZModem to abort the transfer.  The
  227.              normal value is 10, meaning that 10 errors must happen in a row
  228.              with no valid data being transferred in order to cause an abort.
  229.              This setting is provided for those using XPRZModem with a BBS,
  230.              who may wish to use a relaxed setting, or those with really
  231.              lousy phone lines who are desparate and patient enough to want
  232.              the transfer to continue in spite of horrible performance.
  233.  
  234.           A{Y|N}   Auto-activate mode:
  235.              AY = Auto-activate Yes; if the comm program supports the
  236.                   ability, the library will automatically go into receive
  237.                   mode when the start of a ZModem download is detected.
  238.              AN = Auto-activate No; don't try to automatically start
  239.                   downloading, make the user activate it.
  240.  
  241.           D{Y|N}   Delete after sending:
  242.              DY = Delete Yes; delete each file after it has been
  243.                   sucessfully sent.
  244.              DN = Delete No; don't delete files after sending them.
  245.  
  246.           K{Y|N}   Keep partial files:
  247.              KY = Keep Yes; keep the fragment of a file received so far
  248.                   if file reception is aborted.  This allows you to use the
  249.                   Overwrite Resume option above to pick up where you left
  250.                   off on your next attempt.
  251.              KN = Keep No; delete any partially-received file after an
  252.                   aborted transfer.
  253.  
  254.           S{Y|N}   Send full directory path:
  255.              SY = Send path Yes; send full filenames including directory
  256.                   path to receiver.
  257.              SN = Send path No; send only simple filenames, not including
  258.                   directory path.
  259.  
  260.           R{Y|N}   Receive full directory path:
  261.              RY = Receive path Yes; use full filename exactly as received,
  262.                   instead of using the P option directory path.
  263.              RN = Receive path No; ignore received directory path (if any),
  264.                   use P option directory path instead.
  265.  
  266.           P{dir}   Path to use for received files:
  267.              Px = Store all received files in directory "x" if option RN
  268.                   set.  Ignored if option RY set.  "x" can be any valid
  269.                   existing directory, with or without trailing "/"
  270.                   (e.g. "Pdf0:", "PComm:hold", etc.).
  271.  
  272.          M{size}   Block size for transfer files:
  273.              Mx = Size of Block to transfer. Default of ZModem is 1024,
  274.                   minimum is 64 Bytes Maximum is 8192 Bytes (8K).
  275.                   Be carefull with this option. If the uploaders blocks are
  276.                   bigger than the receiver you get errors! Your cps-rate is
  277.                   slowing down. Large blocks are usefull if you have a good
  278.                   phoneline and a fast modem eg. 9600/14400 an higher. If
  279.                   you use larger blocks you will save a little bit transfer
  280.                   overhead, the cps-rate will get a little better.
  281.  
  282.      If setting the options via the option string method (either ENV:  file
  283. or  primitive  comm  program),  note  that the setting for each option must
  284. immediately  follow  the  option  character  with no intervening characters
  285. ("TY",  not  "T  Y"  or  "T=Y").   When  setting  multiple options at once,
  286. separate  the  options  from  each  other  with  commas  and/or spaces; for
  287. example, "TN,OR,F0".  You don't have to specify all options every time; the
  288. options  you  specify  will  be  merged  into  the current option settings,
  289. replacing  their  old  values.   Upper/lower  case is not significant.  The
  290. default  option settings if you don't change anything are "TC, ON, B16, F0,
  291. E10, AY, DN, KY, SN, RN, P".
  292.  
  293.      If  the  comm program supports the xpr_options() call added in version
  294. 2.0  of  the  XPR  spec, you should be prompted for each option with a nice
  295. prompt  message  such as "Text mode (Y,N,?,C):" and possibly be able to use
  296. Intuition  string  and/or  button  gadgets  instead of being stuck with the
  297. semi-cryptic option string format described above.
  298.  
  299.  
  300.  
  301. 4.  Serial port settings
  302. ------------------------
  303.  
  304.      ZModem  (at least this implementation of it) requires that your serial
  305. port  be  set to 8 data bits, no parity, 1 stop bit.  This allows ZModem to
  306. send  full  8-bit  binary  data bytes without having them munged on the way
  307. through  the  modem.   If  your  comm  program supports the xpr_setserial()
  308. function, XPRZModem will use it to set your serial port to 8N1 before doing
  309. a  transfer,  and  will  set your port back the way it was again after it's
  310. done.  If your comm program doesn't support xpr_setserial(), you'll need to
  311. make sure it's in 8N1 mode yourself.
  312.  
  313.      ZModem  works  well  in  all  serial  port  handshaking  modes;  none,
  314. XON/XOFF,  or  7-wire/RTS/CTS.  Since any or all of those handshaking modes
  315. may  be  appropriate  at  different  times, with different modems or remote
  316. systems,  XPRZModem lets you set the handshaking mode and doesn't mess with
  317. it.
  318.  
  319.  
  320.  
  321. 5.  Receiving files
  322. -------------------
  323.  
  324.      Once you get the ZModem options and your serial port configuration set
  325. up  properly,  you're  ready to actually use this thing (gasp!).  Receiving
  326. files  via  ZModem  is  quite  simple.  First, get the file sender going by
  327. using whatever command it wants.  ZModem is a batch file transfer protocol,
  328. meaning  that  it's  capable  of  transferring  several  files  in a single
  329. exchange,  so  the remote system may allow you to specify multiple files to
  330. be  sent  to  you  at  one  time.   It  may  also allow you to use wildcard
  331. characters in the filename(s); this is all system dependant.
  332.  
  333.      This  may  be  all  you  have  to  do.   If  you  specified  option AY
  334. (auto-activate  on),  and  your  comm program supports it, XPRZModem should
  335. automatically  activate  at  this point and start receiving your files.  If
  336. you specified AN, or your comm program doesn't support auto-activation, you
  337. should  now use whatever option your comm program provides to activate file
  338. reception;  this  will  usually  be a menu option or button gadget.  Either
  339. way, once XPRZModem starts receiving files, it should automatically receive
  340. all  of  the  files you specified into the proper directory as indicated by
  341. the R and P options.
  342.  
  343.      Make  sure  that  you  have  set  the  ZModem  options properly before
  344. starting  the  transfer;  especially, make sure you only use TY if you know
  345. that  all  of the files being transferred in this batch are printable ASCII
  346. text  files.   If  you  use  TY on normal binary files like .ARCs or .ZOOs,
  347. they'll be mangled beyond use.
  348.  
  349.  
  350.  
  351. 6.  Sending files
  352. -----------------
  353.  
  354.      Sending files using ZModem is fairly straightforward.  First, activate
  355. the  file  receiver  with whatever command the remote system requires.  You
  356. may  or  may  not  need  to  specify  a filename or directory to the remote
  357. system;  this  depends  on their implementation of ZModem.  Once the remote
  358. system  is ready to receive files, activate your comm program's ZModem send
  359. function.   Your  comm  program  will prompt you for which file(s) to send.
  360. Although ZModem is a batch protocol, your comm program may or may not allow
  361. you  to  specify multiple file names to be sent; also, wildcards may or may
  362. not  be  supported.   These  decisions  are  up to the comm program author;
  363. ZModem  will handle multiple files and wildcards if the comm program allows
  364. them.   Once you've specified the file name(s), the file(s) will be sent to
  365. the  remote  system.  Note that the T option serves only as a suggestion to
  366. the  receiving  system  when  sending  files;  the receiver makes the final
  367. decision  as  to  whether  to  take your advice or to force the files to be
  368. received in text or binary mode.
  369.  
  370.      If  errors  occur  while sending the file(s), you'll probably notice a
  371. small  enhancement  I  made to the normal ZModem error recovery procedures.
  372. Normally, file transfer protocols have to compromise between efficient data
  373. transmission  on  good,  clean phone lines and quick error recovery on bad,
  374. noisy  phone  lines.   If  you  pick  a  large  packet  size,  you get high
  375. throughput  on  clean  lines  due to low packet overhead, but you have slow
  376. recovery  times and large amounts of retransmitted data on noisy lines.  If
  377. you've  used  YModem  on noisy lines you've seen this problem.  But, if you
  378. use small packets to reduce retransmitted data on noisy lines, you increase
  379. the  amount  of  time the protocol spends sending packet overhead, and your
  380. throughput  suffers.   The  solution is to vary the block size according to
  381. the  experienced error rate during the transfer.  That way you aren't stuck
  382. with a rigid packet length which will sometimes be the wrong size no matter
  383. what.  I came up with this idea back when I first wrote the ZModem code for
  384. Opus, and cleared it for future compatibility with ZModem's designer, Chuck
  385. Forsberg,  back  then.   Since  then the basic concept has been extensively
  386. tested  in the Opus BBS system, and has proven quite effective; it has also
  387. been incorporated into various other ZModem implementations over time.  The
  388. actual  algorithm for deciding what size packets to use when is pretty much
  389. up  to  the  protocol author; XPRZModem uses a modified version of the Opus
  390. algorithm  which  prevents  locking the packet size at a small value when a
  391. large one-time burst of errors occurs.
  392.  
  393.  
  394.  
  395. 7.  Notes for comm program authors
  396. ----------------------------------
  397.  
  398.      That's  pretty  much  everything  you  need  to  know  in order to use
  399. XPRZModem  properly.   Here  are  some  notes  for the "other" XPR standard
  400. users, namely the comm program authors:
  401.  
  402.      Certain  XPR  callback  functions  *must*  be  implemented by the comm
  403. program  author  in  order  for  XPRZModem  to  be  used.   If any of these
  404. functions are not supported by your comm program, XPRZModem will display an
  405. error message and abort when invoked.  These required functions are:
  406.  
  407.           xpr_fopen(), xpr_fclose(), xpr_fread(), xpr_fwrite(),
  408.           xpr_fseek(), xpr_sread(), xpr_swrite(), and xpr_update()
  409.  
  410.      The  xpr_update()  function  provides  many  data fields for your comm
  411. program  to  potentially  display  to  the  user.  These are the XPR_UPDATE
  412. struct elements which XPRZModem will keep updated during transfers:
  413.  
  414.           xpru_protocol, xpru_filename, xpru_filesize, xpru_msg,
  415.           xpru_errormsg, xpru_blocks, xpru_blocksize, xpru_bytes,
  416.           xpru_errors, xpru_timeouts, xpru_blockcheck, xpru_expecttime,
  417.           xpru_elapsedtime, and xpru_datarate
  418.  
  419.      As  you  can  see, XPRZModem tries to provide as many status fields as
  420. possible.   Although  all  of  them  are  useful,  the  ones which are most
  421. important  to ZModem users are filename, filesize, msg and/or errormsg, and
  422. bytes.  Please try to provide at least these fields in your status display,
  423. plus as many of the rest as you can manage.
  424.  
  425.      Although  only the XPR callback functions listed above are crucial for
  426. XPRZModem,  almost  all  of  them  are used if they are provided.  Although
  427. XPRZModem  will function without any of the other routines, its performance
  428. or  capabilities  may be degraded somewhat.  Specifically, this is what you
  429. give  up  if  you  choose  not  to  supply  any of these other XPR callback
  430. functions:
  431.  
  432.           xpr_sflush(): Used when performing error recovery and resync
  433.                when sending files.  If not provided, extra timeout errors
  434.                and delayed error recovery will be likely.  The files will
  435.                still be transferred properly, but errors will degrade
  436.                overall throughput more than usual.
  437.  
  438.           xpr_chkabort(): Called between sending or receiving packets.
  439.                If not provided, there's no way for your comm program user
  440.                to abort a transfer in progress except by trying to somehow
  441.                force it to decide to give up and abort on its own, such as
  442.                by turning off the modem and hoping the protocol will abort
  443.                after enough timeouts (it will, eventually...).
  444.  
  445.            xpr_gets(): Called to prompt the user interactively for options
  446.                when your comm program invokes XProtocolSetup() with a null
  447.                xpr_filename field (if xpr_options() isn't available
  448.                instead).  If not provided, you'll have to prompt
  449.                the user for the options string yourself, and pass this
  450.                string in xpr_filename when invoking XProtocolSetup().
  451.  
  452.            xpr_setserial(): Called to obtain the current serial port
  453.                settings, and to change the serial port to 8N1 if it's not
  454.                already set that way.  If not provided, XPRZModem will
  455.                assume all transfers are being done at 2400 bps, which
  456.                won't hurt anything, and your users will have to make sure
  457.                that the serial port is set to 8N1 themselves.
  458.  
  459.            xpr_ffirst() and xpr_fnext(): If either of these routines are
  460.                missing, XPRZModem will lose the ability to send multiple
  461.                files in a batch.  The xpr_filename pointer passed to
  462.                XProtocolSend() will be assumed to point to the actual full
  463.                filename of the single file to be sent in this batch.  If
  464.                both of these routines are provided, XPRZModem will rely
  465.                upon them completely to obtain the names of the files to
  466.                send, and the xpr_filename pointer will not be used for any
  467.                purpose by XPRZModem except to be passed to ffirst/fnext.
  468.                This gives your comm program a way to send not just a single
  469.                filename template's worth of files in a batch, but a list of
  470.                different filenames.  If, for example, you set xpr_filename
  471.                to point to the first node of a linked list of filenames
  472.                and/or templates to be sent, rather than just having it
  473.                point to a string, you can have your ffirst and fnext
  474.                routines traverse this linked list in order to determine the
  475.                next file to be sent.  Or you could have xpr_filename point
  476.                to a buffer containing a list of filenames separated by
  477.                commas, and your ffirst/fnext routines could return each
  478.                filename in this list in turn.  The key here is that if you
  479.                provide these two routines, you're in complete control over
  480.                the series of names fed to XProtocolSend.  If you omit these
  481.                routines, XPRZModem is stuck with single-file mode.  Once
  482.                again, if these two routines are provided, XPRZModem will
  483.                *always* call them; it makes no attempt to use the
  484.                xpr_filename pointer for anything itself.  This is not
  485.                explicitly spelled out in the XPR standard, but it seems the
  486.                only reasonable way to handle batch protocols to me.
  487.                Hopefully other XPR library authors will follow this
  488.                precedent as well, so that comm program authors will be able
  489.                to count on multiple-filename batch sessions being handled
  490.                properly.
  491.  
  492.            xpr_finfo(): Used to determine the filesize of files being sent,
  493.                in order to tell the receiving system how big they are.
  494.                Also used to determine the size of a file which already
  495.                exists when in Overwrite Resume mode; XPRZModem must be able
  496.                to get the size of the current portion of the file in order
  497.                to be able to tell the sender where to resume sending from.
  498.                If this routine isn't provided, Overwrite Resume mode is
  499.                not allowed.  This routine is also used to check if Text
  500.                mode should be set to Y or N for each file when option TC
  501.                is set.
  502.                
  503.            xpr_options(): If you don't supply this, users will be stuck
  504.                with setting the library options via the semi-cryptic text
  505.                string method (ENV: and/or xpr_gets()).  This routine and
  506.                xpr_update() have a lot to do with the look and feel of your
  507.                program when using XPR libraries; any skimping on these two
  508.                routines will be painfully obvious to the user.  Conversely,
  509.                doing a nice job on these two routines will really make your
  510.                program shine.
  511.  
  512.            xpr_unlink(): Required by the DY and KN options, so if you don't
  513.                supply it, those options are not allowed.
  514.  
  515.  
  516.  
  517. 8.  The future
  518. --------------
  519.  
  520.      I  don't want or expect this to be the last or only XPR ZModem library
  521. available.   There  are  a  lot of less-commonly-used ZModem features which
  522. have  popped  up over the past few years, and many people might like to see
  523. some  of  them  made  available.   Such  as 32-bit CRC (although I consider
  524. CRC-16  perfectly  adequate  for  the  max 1K packets sent by ZModem), full
  525. control-character escaping, or maybe 8th bit escaping to allow use of 7-bit
  526. serial  channels.   I  didn't  want to add a bunch of rarely-used bells and
  527. whistles  to  this  version of the library, because I want it to be able to
  528. serve  as comprehensible example code.  I just want to provide a good solid
  529. ZModem  which  reliably handles the majority of people's needs.  Hopefully,
  530. this  will  serve  as  a  foundation  for  future  enhanced versions, while
  531. providing  a  safe  fallback  for  people to come back to if that fancy new
  532. enhanced version (with neo-maxi zoomed weebies) turns out to need some more
  533. debugging.
  534.  
  535.      Bug reports, questions, or comments may be sent to me at:
  536.  
  537.           BIX: rahuebner
  538.           Compu$erve: 73105,1022
  539.  
  540.      Or, if you think it's important, and you want an answer in less than a
  541. week or two, call my BBS:
  542.  
  543.           The Wind Dragon Inn
  544.           1-402-291-8053, 300-9600+ bps, HST/V.32/V.42
  545.        or 1-402-291-3636, 300-2400 bps
  546.  
  547.      I  check  the  messages on my BBS fairly often, so that's where to get
  548. ahold  of  me  quick.  I'll also try and stock the latest XPR standard spec
  549. and XPR libraries there.
  550.  
  551. |---
  552. |    Any comments about the version 2.50 to 2.52 update code may be
  553. |    directed to me, William M. Perkins on BIX, with mail sent to
  554. |     wmperkins.
  555. |---
  556.  
  557.  
  558. 9.  The past (revision history)
  559. -------------------------------
  560. 1.0, 29 July 89:  Original release.
  561.  
  562.  
  563.  
  564. 1.1,  3 August 89:  Fixed zsdata() to send file data packet in one swrite()
  565. call  instead of calling zsendline for every byte, to prevent hammering the
  566. serial.device  with single-byte write requests during uploads, and to speed
  567. up effective data transmission rates.
  568.  
  569.  
  570.  
  571. 2.0,  28  October  89:   Converted  from  Manx  to Lattice C 5.04.  Created
  572. prototypes  and  made  other  tweaks  as  required.   Designed  new library
  573. skeleton  for Lattice code, replacing the old Manx library skeleton.  Added
  574. new  options  TC,  A,  D,  K, S, R, and P.  Added support for xpr_options()
  575. callback routine, and generally brought things up to par with XPR Spec 2.0.
  576.  
  577.  
  578.  
  579. 2.10, 12 February 91:  Fixed the following generally minor problems:
  580.  
  581.   No  longer  munges  A6 register (this was potentially serious), and added
  582. callback  glue  to  ensure  comm  program can't munge OUR registers either.
  583. Decided  that  the  protective  glue  was  much safer than the more elegant
  584. direct invocation used in version 2.0.
  585.  
  586.   Slightly  less transmission overhead (concatenates all output into single
  587. swrites, builds output packets a bit faster).
  588.  
  589.   Considerably  less  receive  overhead;  does a lot more waiting and a lot
  590. fewer sreads, especially at high speed.  WARNING:  this change doesn't work
  591. with  VLT  version 4.846 or earlier (yes, Willy; it really was broken B-)).
  592. This  change  may  or  may not actually do you any good, depending upon how
  593. your comm program implements the xpr_sread() function.
  594.  
  595.   Fixed problems getting synchronized with some systems on uploads.
  596.  
  597.   No longer closes files twice.
  598.  
  599.   Now uses fully-reentrant sprintf() from amiga.lib; no more nasty BSS.
  600.  
  601.   A couple of obscure error messages were > 50 bytes long, causing problems
  602. with  some  comm program's transfer status windows, e.g.  the infamouse VLT
  603. "Incredible Shrinking Status Window."
  604.  
  605.   Stabilized spastic data rate by computing elapsed time more accurately.
  606.  
  607.   Fixed sprintf() error which caused invalid filelength to be sent on uploads.
  608.  
  609.   Aligned all data for optimal performance on 68030++ CPUs (now that I have
  610. my  A3000...   B-)).  Doesn't really make any noticeable difference, but it
  611. makes  us 68030 owners feel better anyway.  I'm also including a version of
  612. the library compiled for the 68020+ CPU, on the same principle.
  613.  
  614.   Now uses .DUP2 instead of .DUP.DUP, etc.
  615.  
  616.   Added config option E for number of errors which cause an abort.
  617.  
  618.   Fixed bogus IO_Torture false alarm concerning timer.device.
  619.  
  620.   Tried to fix an elusive Enforcer hit on reading location 0, but I'm not
  621. sure I really got it, since I had trouble reproducing the problem.
  622.  
  623. |---
  624. |    2.52 version, 6 March 1992: Recompile code for 68020 library code.
  625. |    Non-68020 code worked fine but John Tillema was not able to test
  626. |    the 2.51 68020 version.
  627. |
  628. |    2.51 version, 29 January 1992: Rxtimeout changed from 600 to 300
  629. |    for upload timeout problem by John Tillema.
  630. |
  631. |    2.50 version, 15 November 1991:  Added code to support 32 bit CRC
  632. |    (Circular Redundency Check).  CRC-32 adds a little more protection
  633. |    to the data being sent and received than does CRC-16.  Source for
  634. |    the CRC-32 additions came from the Unix version of RZ/SZ by Chuck
  635. |    Forsberg.
  636. |
  637. |    Added code to update_rate() function in utils.c to avoid the
  638. |    Guru # 80000005 if you decide to adjust the system clock during an 
  639. |    upload or download from Daylight Saving Time to Standard Time.  :-)
  640. |
  641. |    Proto additions using libinit.o and libent.o, and eliminating all
  642. |    of the assembler code was supplied by Jim Cooper of SAS.  Jim
  643. |    also supplied the mysprintf() code to replace sprintf().  This
  644. |    version of XprZmodem can be compiled with the SAS version 5.10 C 
  645. |    Compiler.  I do not know how well it might compile with the Aztec
  646. |    compiler.
  647. |
  648. |    THINGS TO DO
  649. |
  650. |    - Preserve date of file being transfered.
  651. |
  652. |    - Investigate possibility of saving file protection bits.
  653. |
  654. |    - Work out ways to increase the transfer speed.
  655. |
  656. |    - Additional changes as time and others may suggest.  :-)
  657. |
  658. |    -WMP-
  659. |---
  660.